Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / RangeActionsCommand Constructor / RangeActionsCommand Constructor(Worksheet,Reference,Int32[],YesNoGuess)


In This Topic
    RangeActionsCommand Constructor(Worksheet,Reference,Int32[],YesNoGuess)
    In This Topic
    Initializes a new instance of the RangeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal reference As Reference, _
       Optional ByVal columns() As Integer, _
       Optional ByVal header As YesNoGuess _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim reference As Reference
    Dim columns() As Integer
    Dim header As YesNoGuess
     
    Dim instance As New RangeActionsCommand(worksheet, reference, columns, header)
    public RangeActionsCommand( 
       Worksheet worksheet,
       Reference reference,
       int[] columns,
       YesNoGuess header
    )

    Parameters

    worksheet
    reference
    columns
    header
    See Also